FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagextehr.eu.ehds.models
Resource TypeStructureDefinition
IdStructureDefinition-EHDSOrganisation.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSOrganisation.html
URLhttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation
Version1.0.0
Statusactive
Date2026-04-03T08:10:50+00:00
NameEHDSOrganisation
TitleOrganisation model
DescriptionModel for information about an organisation
Typehttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation
Kindlogical

Resources that use this resource

StructureDefinition
xtehr.eu.ehds.models#currentEHDSDataSetDataSet model
xtehr.eu.ehds.models#currentEHDSDischargeReportDischarge Report model
xtehr.eu.ehds.models#currentEHDSDocumentDocument model
xtehr.eu.ehds.models#currentEHDSEncounterEncounter model
xtehr.eu.ehds.models#currentEHDSEndpointEndpoint model
xtehr.eu.ehds.models#currentEHDSHealthProfessionalHealth professional model
xtehr.eu.ehds.models#currentEHDSImagingReportImaging report model
xtehr.eu.ehds.models#currentEHDSImagingStudyImaging study model
xtehr.eu.ehds.models#currentEHDSImmunisationImmunisation model
xtehr.eu.ehds.models#currentEHDSLaboratoryReportLaboratory report model
xtehr.eu.ehds.models#currentEHDSLocationLocation model
xtehr.eu.ehds.models#currentEHDSMedicationPrescriptionMedication prescription model
xtehr.eu.ehds.models#currentEHDSObservationObservation model
xtehr.eu.ehds.models#currentEHDSOrganisationOrganisation model
xtehr.eu.ehds.models#currentEHDSOrganisationLaboratoryObligationsOrganisation laboratory specific obligations
xtehr.eu.ehds.models#currentEHDSOrganisationObligationsOrganisation obligations
xtehr.eu.ehds.models#currentEHDSSpecimenSpecimen model
hl7.eu.fhir.xshare-careplan#currentcareplan-draft-logicalCare Plan (Logical Model)

Resources that this resource uses

StructureDefinition
xtehr.eu.ehds.models#currentEHDSAddressAddress model
xtehr.eu.ehds.models#currentEHDSOrganisationOrganisation model
xtehr.eu.ehds.models#currentEHDSTelecomTelecom model

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition EHDSOrganisation

Language: en

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSOrganisation 0..*BaseOrganisation model
... identifier 0..*IdentifierOrganisation identifier
... type 0..*CodeableConceptKind of organisation
Binding Description: (preferred): HL7 organisation_type
... name 0..1stringOrganisation name
... address 0..*EHDSAddressMailing or office addresses.
... telecom 0..*EHDSTelecomTelecommunication contact information (addresses) associated with an organisation, such as phone number, email, or messaging service.
... partOf 0..1EHDSOrganisationThe organisation of which this organisation forms a part

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "EHDSOrganisation",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation",
  "version": "1.0.0",
  "name": "EHDSOrganisation",
  "title": "Organisation model",
  "status": "active",
  "date": "2026-04-03T08:10:50+00:00",
  "publisher": "Xt-EHR",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.xt-ehr.eu/"
        }
      ]
    }
  ],
  "description": "Model for information about an organisation",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "EHDSOrganisation",
        "path": "EHDSOrganisation",
        "short": "Organisation model",
        "definition": "Model for information about an organisation",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.identifier",
        "path": "EHDSOrganisation.identifier",
        "short": "Organisation identifier",
        "definition": "Organisation identifier",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSOrganisation.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.type",
        "path": "EHDSOrganisation.type",
        "short": "Kind of organisation",
        "definition": "Kind of organisation",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSOrganisation.type",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 organisation_type"
        }
      },
      {
        "id": "EHDSOrganisation.name",
        "path": "EHDSOrganisation.name",
        "short": "Organisation name",
        "definition": "Organisation name",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSOrganisation.name",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.address",
        "path": "EHDSOrganisation.address",
        "short": "Mailing or office addresses.",
        "definition": "Mailing or office addresses.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSOrganisation.address",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.telecom",
        "path": "EHDSOrganisation.telecom",
        "short": "Telecommunication contact information (addresses) associated with an organisation, such as phone number, email, or messaging service.",
        "definition": "Telecommunication contact information (addresses) associated with an organisation, such as phone number, email, or messaging service.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSOrganisation.telecom",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSTelecom"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.partOf",
        "path": "EHDSOrganisation.partOf",
        "short": "The organisation of which this organisation forms a part",
        "definition": "The organisation of which this organisation forms a part",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSOrganisation.partOf",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSOrganisation",
        "path": "EHDSOrganisation",
        "short": "Organisation model",
        "definition": "Model for information about an organisation"
      },
      {
        "id": "EHDSOrganisation.identifier",
        "path": "EHDSOrganisation.identifier",
        "short": "Organisation identifier",
        "definition": "Organisation identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.type",
        "path": "EHDSOrganisation.type",
        "short": "Kind of organisation",
        "definition": "Kind of organisation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 organisation_type"
        }
      },
      {
        "id": "EHDSOrganisation.name",
        "path": "EHDSOrganisation.name",
        "short": "Organisation name",
        "definition": "Organisation name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.address",
        "path": "EHDSOrganisation.address",
        "short": "Mailing or office addresses.",
        "definition": "Mailing or office addresses.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.telecom",
        "path": "EHDSOrganisation.telecom",
        "short": "Telecommunication contact information (addresses) associated with an organisation, such as phone number, email, or messaging service.",
        "definition": "Telecommunication contact information (addresses) associated with an organisation, such as phone number, email, or messaging service.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSTelecom"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.partOf",
        "path": "EHDSOrganisation.partOf",
        "short": "The organisation of which this organisation forms a part",
        "definition": "The organisation of which this organisation forms a part",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
          }
        ]
      }
    ]
  }
}